home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
DEMON
/
LANGUAGE
/
SCM4E2.ARC
/
!ArcDemos
next >
Wrap
Text File
|
1994-06-20
|
1KB
|
37 lines
Archimedes graphics routines demos
----------------------------------
A few small ditties are provided in !Scm.scm.arc_demos for your amusement;
heres how to try the examples :
Firstly load the demos :
(load "<scm$dir>.arc_demos")
Now try them out :
(martin-map) ;;; draws martin maps
(sin-curve) ;;; draws a sine curve
(cos-curve) ;;; draws a cosine curve
(tan-curve) ;;; draws tan curve (yes honest...)
(henon) ;;; draws the Henon attractor
(ikeda) ;;; draws the Ikeda attractor
Details of whys and wherefors of the above bits of code are either self
evident or can be found in one of:
Computers and the Imagination by Cliff Pickover
[pub. Alan Sutton]
Computers, Pattern ,Chaos and Beauty by Cliff Pickover
[pub. Alan Sutton]
The Magic Machine by AK Dewdney
[pub. Freeman]
(note the last one is a collection of articles from the Computer Recreations
column that used to run in Scientific American)
ams
16/6/94